home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
jump_gam.swf
/
scripts
/
frame_172
/
DoAction_10.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
163 b
|
8 lines
power.maxSize = 106;
power.minSize = 1;
power.setPowerMeter = function(level)
{
myValue = this.maxSize * (level / 100);
this.bar._width = myValue;
};